|
|
|
|
Location Property, TabClass Class |
Returns the coordinates of the tab.
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public ReadOnly Property Location As Point |
C# |
public Point Location { get; } |
C++ |
public: property Point Location { |
Property Value
The Point that represents the upper-left corner of the tab relative to the upper-left corner of the tab control.
Comments
The Location property returns the coordinates of the tab.